home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1999 April / Cd Pc Users extra 19 abril 1999.iso / Prog / Inst / MagicFrm / magicfrm.exe / GradientForm1.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-01-20  |  2.3 KB  |  71 lines

  1. VERSION 5.00
  2. Object = "{B3ECB8C8-B046-11D2-B522-D0863DEC394B}#1.0#0"; "MagicFrm.ocx"
  3. Begin VB.Form GradientForm1 
  4.    ClientHeight    =   3180
  5.    ClientLeft      =   60
  6.    ClientTop       =   60
  7.    ClientWidth     =   4710
  8.    ControlBox      =   0   'False
  9.    LinkTopic       =   "Form1"
  10.    ScaleHeight     =   3180
  11.    ScaleWidth      =   4710
  12.    StartUpPosition =   3  'Windows Default
  13.    Begin MagicForms.GradientTitle GradientTitle1 
  14.       Align           =   2  'Align Bottom
  15.       Height          =   525
  16.       Left            =   0
  17.       TabIndex        =   0
  18.       Top             =   2655
  19.       Width           =   4710
  20.       _ExtentX        =   8308
  21.       _ExtentY        =   926
  22.       Caption         =   "Exemplo/Sample"
  23.       FontItalic      =   -1  'True
  24.       FontName        =   "Arial Black"
  25.       FontSize        =   14,25
  26.       BorderStyle     =   0
  27.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  28.          Name            =   "Arial Black"
  29.          Size            =   14.25
  30.          Charset         =   0
  31.          Weight          =   400
  32.          Underline       =   0   'False
  33.          Italic          =   -1  'True
  34.          Strikethrough   =   0   'False
  35.       EndProperty
  36.       CorInicial      =   16711680
  37.       Begin VB.CommandButton BTNForm2 
  38.          Caption         =   "Form2"
  39.          Height          =   375
  40.          Left            =   2760
  41.          TabIndex        =   3
  42.          Top             =   60
  43.          Width           =   675
  44.       End
  45.    End
  46.    Begin VB.Label Label2 
  47.       Caption         =   $"GradientForm1.frx":0000
  48.       ForeColor       =   &H000000FF&
  49.       Height          =   1095
  50.       Left            =   60
  51.       TabIndex        =   2
  52.       Top             =   1380
  53.       Width           =   4575
  54.    End
  55.    Begin VB.Label Label1 
  56.       Caption         =   $"GradientForm1.frx":011C
  57.       Height          =   1155
  58.       Left            =   120
  59.       TabIndex        =   1
  60.       Top             =   120
  61.       Width           =   4515
  62.    End
  63. Attribute VB_Name = "GradientForm1"
  64. Attribute VB_GlobalNameSpace = False
  65. Attribute VB_Creatable = False
  66. Attribute VB_PredeclaredId = True
  67. Attribute VB_Exposed = False
  68. Private Sub BTNForm2_Click()
  69. GradientForm2.Show
  70. End Sub
  71.